0610ff4fe983480d96f8c23d597a4595c3fc8575,htroot/yacy/crawlReceipt.java,crawlReceipt,respond,#httpHeader#serverObjects#serverSwitch#,64
Before Change
prop.put("delay", "3600");
} else if (result.equals("fill")) {
// put new data into database
switchboard.urlPool.loadedURL.addEntry(switchboard.urlPool.loadedURL.newEntry(propStr, true), youare, iam, 1);
switchboard.urlPool.noticeURL.remove(urlhash);
// write log
After Change
prop.put("delay", "3600");
} else if (result.equals("fill")) {
// generating a new loaded URL entry
plasmaCrawlLURL.Entry entry = switchboard.urlPool.loadedURL.newEntry(propStr, true);
if ((entry == null)||(entry.url()==null)) {
log.logWarning("crawlReceipt: RECEIVED wrong RECEIPT for hash " + receivedUrlhash + " from peer " + iam +
"\n\tURL properties: "+ propStr);